home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / System7 tools / S / Sys7 font fix stack.cpt / font fixes for System 7 / BMAP_6318.png < prev    next >
Portable Network Graphic  |  1991-07-07  |  4KB  |  512x342  |  1-bit (2 colors)
Labels: text | screenshot | font | black and white | document
OCR: take the font family ID of 25728 and divide by 128 to get the new family ID number. NOTE: Apple says that family numbers 0 to 127 are reserved for their use. If you get a number in this range, you will have to choose a number in the range of 128 to 255. In our example the family number will be 201 (25728 / 128). Next, notice that the resource ID of the 24-point bitmap is 25752. This is equal to the resource ID of the family (25728) + 24. If there was a 12-point bitmap, its resource ID would be 25740 (25728 + 12). So, the rule is that the actual resource number for a particular size is equal to: (font family ID * 128) + point size. We will use these numbers to fill out the 'FOND' field. We only have to fill in a few fields - the rest will default to 0 when the file is saved. The next cards ...